Skip to content

fix(ci) add --frozen to install-dev#3529

Merged
cgoetz-inovex merged 1 commit intomainfrom
fix/NO-ISSUE_install-dev-frozen
Mar 18, 2026
Merged

fix(ci) add --frozen to install-dev#3529
cgoetz-inovex merged 1 commit intomainfrom
fix/NO-ISSUE_install-dev-frozen

Conversation

@cgoetz-inovex
Copy link
Contributor

uv updates the lock file by default. This leads to changes in dependencies when running the generator. Adding --frozen installs dependencies without updating them

Description

relates to #1234

Checklist

  • Issue was linked above
  • No generated code was adjusted manually (check comments in file header)
  • Changelogs and versioning
    • Changelog in root directory was adjusted (see here)
    • Changelog of the service(s) was adjusted (see e.g. here)
    • pyproject.toml of the service(s) was adjusted (see e.g. here)
  • Examples were added / adjusted (see examples/ directory)
  • Unit tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

uv updates the lock file by default. This leads to changes in dependencies
when running the generator. Adding `--frozen` installs dependencies
without updating them
@cgoetz-inovex cgoetz-inovex requested a review from a team as a code owner March 18, 2026 10:38
@cgoetz-inovex cgoetz-inovex merged commit 48f1e3b into main Mar 18, 2026
10 checks passed
@cgoetz-inovex cgoetz-inovex deleted the fix/NO-ISSUE_install-dev-frozen branch March 18, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants